/*top*/
.menu-container{position: relative;top: 0;z-index: 999;width: 100%;transition: background .5s;}
.top-menu {position: relative;margin: 0 auto;height: 120px;}
.top-menu .logo{position: absolute;top: 50%;left: 6.6%;transform: translateY(-50%);max-width: 20%; max-height: 80%;z-index: 1;}
.MenuList_f1{position: relative;}
.MenuList_f1>ul{height: 100%;display: -ms-flexbox;display: flex;text-align: center;-ms-flex-pack:center;justify-content: center;align-items: center;-ms-flex-align:center;}
.MenuList_f1>ul .del{display: none;}
.MenuList_f1 .stmenu{position: relative;padding: 0 1.56vw;height: 100%;line-height: 120px;}
.MenuList_f1 .stmenu ul{display: none !important;} 
.MenuList_f1 li a{height: 100%;display: block;}
.MenuList_f1 h3{font-size: 1em;}
.MenuList_f1 .on:after{position: absolute;bottom: 0;left: 50%;transform: translate(-50%);width: 100%;height: 4px;display: block;content: "";background: #093693;}
.MenuList_f1 .on,.MenuList_f1 .stmenu:hover{color: #093693;}
/*右侧*/
.menu-container .right{right: 6.6%;width: calc(72px + 5%);}
.lang{margin-left: 5%;display: inline-block;height: 36px;width: 36px;line-height: 36px;border: 1px solid #ddd;border-radius: 50%;}
.lang.cfff{border-color: #093693;background: #093693;}
/*搜索框*/

@media screen and (max-width: 1024px) {
	.top-menu .logo{left:3%;}
}
@media screen and (max-width: 750px) {
	/**/
	.menu-container{position: fixed;top: 0;width: 100%;height: 13.33vw;font-size: 14px;box-shadow:none;border-bottom: 1px solid #eee;display: block;background: rgba(255,255,255,.95);}
	.top-menu{height: 100%;}
	.top-menu .logo{position: absolute;top: 50%;left: 2%;max-width: 50%; transform: translateY(-50%);margin: 0;height: 50%;}
	.MenuList_f1{display: none;position: absolute;top:13.33vw;right: 0;margin: 0;height: calc(100vh - 51px);width: 100%;background: rgba(0,0,0,.6);color: #333;}
	.MenuList_f1 .menu{position: absolute;top:0;right: 0;width: 60%;height: 100%;max-width: 300px;background: #fff;line-height: 3;text-indent: 2em;}
	.MenuList_f1 .stmenu{padding: 0;float: none;height: auto;margin-left: 0;margin-bottom: 0;text-align: left;border-bottom: 1px solid #eee;line-height: 3;}
	.MenuList_f1 .stmenu:last-child{border: none;}
	.MenuList_f1 li:hover{background: #fff;}
	.MenuList_f1 a{display: block;}
	.MenuList_f1 li a{height: auto;}
	.MenuList_f1 a:visited,.MenuList_f1 li a:hover,.MenuList_f1 .on a{color: inherit;}
	.MenuList_f1 .on a::before,.MenuList_f1 .on a::after{display: none;}
	.MenuList_f1 ul{display: block;margin-right: 0;}
	/*子菜单*/
	.MenuList_f1 .child{background: #eee;width: auto;}
	.MenuList_f1 .child li{border-bottom: 1px solid #fff;line-height: 3;color: #000;}
	.MenuList_f1 .child li:last-child{border: none;}
	/*语言*/
	.menu-container .right{right: 16%;width: auto;}
	.lang{margin-left: 0;width: 9.6vw;height: 9.6vw;line-height: 9.6vw;}
	.lang.cfff{display: none;}
	/*按钮*/
	.button{position: absolute;right: 4%;top: 50%;transform: translate(0, -50%);width: 6.4vw;height: 5.6vw;z-index: 999999;background: url(../images/choose.svg) no-repeat;background-size: 100%;cursor: pointer;}
	.button.del{background: url(../images/del.svg);background-size: 100%;width: 5.3vw;height: 5.3vw;right: 4%;}
}